Method ExecuteAtomicAsync(Func<Task>)

Assembly: redb.Core.dll

Execute multiple operations atomically (all-or-nothing).
If no transaction is active, creates one automatically.
Ensures atomicity like EF SaveChanges().

Task ExecuteAtomicAsync(Func<Task> operations)